release: 0.11.4#364
Merged
stainless-app[bot] merged 5 commits intoMay 26, 2026
Merged
Conversation
a89d537 to
a35998d
Compare
a35998d to
2985b05
Compare
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2985b05 to
b5efee9
Compare
max-parke-scale
approved these changes
May 26, 2026
Contributor
Author
|
🤖 Release is at https://github.com/scaleapi/scale-agentex-python/releases/tag/v0.11.4 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.11.4 (2026-05-26)
Full Changelog: v0.11.3...v0.11.4
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Greptile Summary
This is an automated patch release (0.11.3 → 0.11.4) that relaxes two dependency constraints and regenerates lock files accordingly.
redis>=5.2.0,<6becomes>=5.2.0,<8, allowing 6.x/7.x; lock files resolve toredis==7.4.0.requires-pythondrops from>=3.12to>=3.11, adding a correspondingProgramming Language :: Python :: 3.11classifier.pydantic-ai-slim==1.101.0,pydantic-graph==1.101.0,genai-prices==0.0.61, andlogfire-api==4.33.0appear in both lock files as indirect dependencies ofagentex-sdk.Confidence Score: 5/5
This PR is safe to merge — it contains only version bumps and two dependency constraint relaxations that were already approved and merged in the underlying PRs (#363, #366).
All changes are generated by the Stainless release tooling. The redis pin widening and Python floor lowering were independently reviewed in their own PRs before landing here, and the lock files consistently reflect the new resolution. No application logic was modified.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[agentex-sdk 0.11.4] --> B[redis >=5.2.0,<8\nwas <6\nresolved: 7.4.0] A --> C[pydantic-ai-slim==1.101.0\nnewly resolved] A --> D[litellm >=1.83.7,<2] A --> E[temporalio >=1.26.0,<2] C --> F[pydantic-graph==1.101.0] C --> G[genai-prices==0.0.61] F --> H[logfire-api==4.33.0] I[requires-python] --> J[>=3.11,<4\nwas >=3.12]Reviews (4): Last reviewed commit: "release: 0.11.4" | Re-trigger Greptile